dotConnect for Salesforce Marketing Cloud Documentation
Devart.Common Namespace / DbConnectionBase Class / GetSchema Method / GetSchema(String,String[]) Method
Name of the collection to get information about.
Array of strings representing collection restrictions. In some cases last array members may be omitted.

In This Topic
    GetSchema(String,String[]) Method
    In This Topic
    Returns detailed information about a server schema object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetSchema( _
       ByVal collectionName As String, _
       ByVal restrictionValues() As String _
    ) As DataTable
    public override DataTable GetSchema( 
       string collectionName,
       string[] restrictionValues
    )

    Parameters

    collectionName
    Name of the collection to get information about.
    restrictionValues
    Array of strings representing collection restrictions. In some cases last array members may be omitted.

    Return Value

    Remarks
    GetSchema with 2 arguments returns detailed information about the collection or collection members. You can use wildcards in some cases to obtain information about several collection members.

    Refer to "Retrieving Metadata" article for detailed information.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also